From: Eric S. Raymond Date: Wed, 28 Apr 1993 17:08:14 +0000 (+0000) Subject: Removed spurious comment (obsoleted by ;;;###autoload). X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96462 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=e4c8c838e9af5d24569ba8f2fada41aa0cd3a168;p=emacs.git Removed spurious comment (obsoleted by ;;;###autoload). --- diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el index 28e0284c69d..a3586d87ce1 100644 --- a/lisp/textmodes/tex-mode.el +++ b/lisp/textmodes/tex-mode.el @@ -214,8 +214,6 @@ Set by \\[tex-region], \\[tex-buffer], and \\[tex-file].") (defvar tex-shell-map nil "Keymap for the tex-shell. A comint-mode-map with a few additions.") -;(defalias 'TeX-mode 'tex-mode) ;in loaddefs. - (defvar compare-windows-whitespace nil) ; Pacify the byte-compiler ;;; This would be a lot simpler if we just used a regexp search, @@ -245,6 +243,7 @@ is used." 'plain-tex-mode)))) (if mode (funcall mode) (funcall tex-default-mode)))) + ;;;###autoload (defalias 'TeX-mode 'tex-mode) ;;;###autoload